Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: remove checkpoint_on_startup #2228

Conversation

killme2008
Copy link
Contributor

@killme2008 killme2008 commented Aug 22, 2023

I hereby agree to the terms of the GreptimeDB CLA

What's changed and what's your intention?

  • Removed checkpoint_on_startup, it's an outdated option. When introducing the checkpoint feature for manifest, we want to trigger a checkpoint at startup.
  • Added some logs for debugging Compacted SST file reappears in region #2013

Checklist

  • I have written the necessary rustdoc comments.
  • I have added the necessary unit tests and integration tests.

Refer to a related PR or issue link (optional)

@killme2008 killme2008 marked this pull request as ready for review August 22, 2023 12:10
@killme2008 killme2008 force-pushed the feature/remove-checkpoint-on-startup branch from a5a8df3 to 2c9bc45 Compare August 22, 2023 12:14
@killme2008 killme2008 force-pushed the feature/remove-checkpoint-on-startup branch from 2c9bc45 to 3280d50 Compare August 22, 2023 12:16
Copy link
Contributor

@evenyag evenyag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@codecov
Copy link

codecov bot commented Aug 22, 2023

Codecov Report

Merging #2228 (3280d50) into develop (cb3561f) will increase coverage by 0.11%.
Report is 3 commits behind head on develop.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop    #2228      +/-   ##
===========================================
+ Coverage    84.53%   84.64%   +0.11%     
===========================================
  Files          701      703       +2     
  Lines       113262   114381    +1119     
===========================================
+ Hits         95748    96822    +1074     
- Misses       17514    17559      +45     

Copy link
Contributor

@shuiyisong shuiyisong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@shuiyisong shuiyisong added this pull request to the merge queue Aug 22, 2023
Merged via the queue into GreptimeTeam:develop with commit 18fa0e0 Aug 22, 2023
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
feat: update flushed manifest version when it is larger
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants